Skip to content

fix: fix plugin installation command syntax across all READMEs#119

Open
Nuttapon wants to merge 1 commit intoanthropics:mainfrom
Nuttapon:fix/plugin-install-command-syntax
Open

fix: fix plugin installation command syntax across all READMEs#119
Nuttapon wants to merge 1 commit intoanthropics:mainfrom
Nuttapon:fix/plugin-install-command-syntax

Conversation

@Nuttapon
Copy link

@Nuttapon Nuttapon commented Mar 16, 2026

Summary

  • Corrects the install command in all 13 plugin READMEs from the invalid claude plugins add knowledge-work-plugins/<name> syntax to the correct claude plugins install <name>@knowledge-work-plugins
  • Affects 14 occurrences across: engineering, sales, productivity, product-management, marketing, legal, finance, data, design, operations, human-resources, customer-support, enterprise-search

Why

The previous claude plugins add command does not exist so running it returns an error. The correct syntax flips the argument order and uses install instead of add.

Fix: #33

@DibranMulder
Copy link

It should be:

claude plugin install marketing@knowledge-work-plugins

@Nuttapon
Copy link
Author

It should be:

claude plugin install marketing@knowledge-work-plugins

Nice catch to match the root README.

Copy link
Collaborator

@tobinsouth tobinsouth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Nuttapon Nuttapon force-pushed the fix/plugin-install-command-syntax branch from 95e46ce to 6a5e9d5 Compare March 18, 2026 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation instructions for plugin

3 participants